A B C D E F G H I K L N O P R S T U V W Y

A

ADJUST_RANGE - Static variable in class com.epiphan.vga2usb.PropertyType
Adjust range property.
AccessDeniedException - exception com.epiphan.vga2usb.AccessDeniedException.
Exception thrown if network grabber is protected with a vewer password.
AccessDeniedException() - Constructor for class com.epiphan.vga2usb.AccessDeniedException
Constructs an AccessDeniedException with null as its error detail message.
AccessDeniedException(String) - Constructor for class com.epiphan.vga2usb.AccessDeniedException
Constructs an AccessDeniedException with the specified detail message.
Area - Static variable in class com.epiphan.vga2usb.ScaleMode
Yet another weighted average algorithm.

B

BGR16 - Static variable in class com.epiphan.vga2usb.PixelFormat
16 bits per pixel RGB format.
BGR24 - Static variable in class com.epiphan.vga2usb.PixelFormat
24 bits per pixel RGB format.
BINARY - Static variable in class com.epiphan.vga2usb.PropertyType
Binary property.
BOOL - Static variable in class com.epiphan.vga2usb.PropertyType
Boolean property.
BicubLin - Static variable in class com.epiphan.vga2usb.ScaleMode
Luma bicubic, chroma bilinear.
Bicubic - Static variable in class com.epiphan.vga2usb.ScaleMode
Bicubic algorithm.
Bilinear - Static variable in class com.epiphan.vga2usb.ScaleMode
Bilinear algorithm.

C

CAPS_DVI_CAPTURE - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports DVI single-link capture.
CAPS_DVI_DUAL_LINK - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports DVI dual-link capture.
CAPS_EDID - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that hardware has programmable EDID.
CAPS_HW_COMPRESSION - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports on-board compression.
CAPS_HW_SCALE - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports hardware scaling.
CAPS_KVM - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports KVM functionality.
CAPS_SYNC_THRESHOLD - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supoprts adjustable sync thresholds.
CAPS_VGA_CAPTURE - Static variable in class com.epiphan.vga2usb.VGA2USB
DeviceCaps bit which indicates that grabber supports VGA capture
clone() - Method in class com.epiphan.vga2usb.GrabParameters
Clones this object.
clone() - Method in class com.epiphan.vga2usb.Size
Clones this object.
clone() - Method in class com.epiphan.vga2usb.VideoMode
Clones this object.
close() - Method in class com.epiphan.vga2usb.Grabber
Closes the device.
com.epiphan.vga2usb - package com.epiphan.vga2usb
Java interface to Epiphan frame grabbers.

D

DSHOW_FIX_FPS - Static variable in class com.epiphan.vga2usb.VGA2USB
DirectShowFlags bit which indicates that DirectShow fps must be constant.
DSHOW_FLIP_VERTICALLY - Static variable in class com.epiphan.vga2usb.VGA2USB
DirectShowFlags bit which indicates that DirectShow stream should be flopped vertically.
DSHOW_LIMIT_FPS - Static variable in class com.epiphan.vga2usb.VGA2USB
DirectShowFlags bit which indicates that DirectShow fps limit is on.
DVI2PCI - Static variable in class com.epiphan.vga2usb.DeviceType
DVI2PCIe frame grabber.
DVI2USB - Static variable in class com.epiphan.vga2usb.DeviceType
DVI2USB dual-mode (VGA & DVI) frame grabber.
DVI2USBDuo - Static variable in class com.epiphan.vga2usb.DeviceType
DVI2USB Duo frame grabber.
DVI2USBSolo - Static variable in class com.epiphan.vga2usb.DeviceType
DVI2USB Solo frame grabber.
DeviceCaps - Static variable in class com.epiphan.vga2usb.PropertyKey
Device capabilities.
DeviceType - class com.epiphan.vga2usb.DeviceType.
Typesafe enumeration of the device types.
DirectShowDefaultBmp - Static variable in class com.epiphan.vga2usb.PropertyKey
GET/SET [wstr], Windows only
DirectShowFixRes - Static variable in class com.epiphan.vga2usb.PropertyKey
Fixed resolution for DirectShow stream (Windows only).
DirectShowFlags - Static variable in class com.epiphan.vga2usb.PropertyKey
DirectShow stream (Windows only).
DirectShowMaxFps - Static variable in class com.epiphan.vga2usb.PropertyKey
GET/SET [uint32], Windows only
DirectShowScaleMode - Static variable in class com.epiphan.vga2usb.PropertyKey
GET/SET [scale], Windows only
detectVideoMode() - Method in class com.epiphan.vga2usb.Grabber
Detects video mode.

E

EDID - Static variable in class com.epiphan.vga2usb.PropertyType
EDID property.
ENUM - Static variable in class com.epiphan.vga2usb.PropertyType
Alias to INT32.
Experimental - Static variable in class com.epiphan.vga2usb.ScaleMode
Experimental algorithm.
equals(Object) - Method in class com.epiphan.vga2usb.Size
Compares this object with another.
equals(Object) - Method in class com.epiphan.vga2usb.VideoMode
Compares this object with another.

F

FPS_DENOMINATOR - Static variable in class com.epiphan.vga2usb.VGA2USB
Number of frames per second used by DirectShowMaxFps property is multiplied by 100 to allow for fractional numbers and yet avoid using floating point.
FastBilinear - Static variable in class com.epiphan.vga2usb.ScaleMode
Fast bilinear algorithm.
Frame - class com.epiphan.vga2usb.Frame.
A single grabbed frame.
finalize() - Method in class com.epiphan.vga2usb.Grabber
Invoked when this object is being garbage collected
findKey(int) - Static method in class com.epiphan.vga2usb.KVM
Finds the scancode descriptor for the specified virtual key code.
flags - Variable in class com.epiphan.vga2usb.GrabParameters
Validity flags.

G

GRAB_BMP_BOTTOM_UP - Static variable in class com.epiphan.vga2usb.GrabParameters
Grab image upside-down
GRAB_PREFER_WIDE_MODE - Static variable in class com.epiphan.vga2usb.GrabParameters
Wide mode flag.
GrabParameters - class com.epiphan.vga2usb.GrabParameters.
VGA capture parameters.
GrabParameters() - Constructor for class com.epiphan.vga2usb.GrabParameters
Creates an empty GrabParameters object.
Grabber - class com.epiphan.vga2usb.Grabber.
Java interface to Epiphan frame grabbers.
Grabber() - Constructor for class com.epiphan.vga2usb.Grabber
Opens any available VGA2USB device.
Grabber(int) - Constructor for class com.epiphan.vga2usb.Grabber
Opens a VGA2USB device.
Grabber(String) - Constructor for class com.epiphan.vga2usb.Grabber
Open VGA2USB device with the specified serial number.
Grabber(InetAddress) - Constructor for class com.epiphan.vga2usb.Grabber
Open network frame grabber at the specified address.
gain_b - Variable in class com.epiphan.vga2usb.GrabParameters
Gain (contrast) for the blue channel.
gain_g - Variable in class com.epiphan.vga2usb.GrabParameters
Gain (contrast) for the green channel.
gain_r - Variable in class com.epiphan.vga2usb.GrabParameters
Gain (contrast) for the red channel.
getBooleanProperty(PropertyKey) - Method in class com.epiphan.vga2usb.Grabber
Gets the value of a boolean property.
getBpp() - Method in class com.epiphan.vga2usb.PixelFormat
Get number of bits per pixel for this pixel format.
getDeviceType(int) - Static method in class com.epiphan.vga2usb.DeviceType
Converts native device type value into a DeviceType object.
getDeviceType(int, String) - Static method in class com.epiphan.vga2usb.DeviceType
Converts native device type value into a DeviceType object.
getDeviceType() - Method in class com.epiphan.vga2usb.Grabber
Get the type of this frame grabber.
getEnumProperty(PropertyKey) - Method in class com.epiphan.vga2usb.Grabber
Gets the value of the specified enum property.
getGrabParameters() - Method in class com.epiphan.vga2usb.Grabber
Gets VGA capture parameters.
getHeight() - Method in class com.epiphan.vga2usb.Size
Gets the height in pixels.
getHeight() - Method in class com.epiphan.vga2usb.VideoMode
Gets the height of the active area of the screen screen in pixels.
getImage() - Method in class com.epiphan.vga2usb.Frame
Return an Image representation of this frame
getIntProperty(PropertyKey) - Method in class com.epiphan.vga2usb.Grabber
Gets the value of the specified integer property.
getPixelBuffer() - Method in class com.epiphan.vga2usb.RawFrame
Gives the caller direct access to the pixel buffer.
getPixelBufferLength() - Method in class com.epiphan.vga2usb.RawFrame
Returns number of bytes in the pixel buffer that are actually occupied by pixel data.
getPixelFormat() - Method in class com.epiphan.vga2usb.RawFrame
Get the pixel format.
getRefreshRate() - Method in class com.epiphan.vga2usb.VideoMode
Gets the refresh rate in Hz.
getSN() - Method in class com.epiphan.vga2usb.Grabber
Gets serial number string for this device.
getScaleMode(int) - Static method in class com.epiphan.vga2usb.ScaleMode
Converts native scale mode value into a ScaleMode object.
getSizeProperty(PropertyKey) - Method in class com.epiphan.vga2usb.Grabber
Gets the value of the specified enum property.
getStringProperty(PropertyKey) - Method in class com.epiphan.vga2usb.Grabber
Gets the value of a string property.
getType() - Method in class com.epiphan.vga2usb.PropertyKey
Gets the property type
getWidth() - Method in class com.epiphan.vga2usb.Size
Gets the width in pixels.
getWidth() - Method in class com.epiphan.vga2usb.VideoMode
Gets the width of the active area of the screen screen in pixels.
grabFrame() - Method in class com.epiphan.vga2usb.Grabber
Grabs a single frame.
grabRawFrame(PixelFormat, boolean) - Method in class com.epiphan.vga2usb.Grabber
Grabs a single frame.
grab_flags - Variable in class com.epiphan.vga2usb.GrabParameters
Grab flags.
grab_flags_mask - Variable in class com.epiphan.vga2usb.GrabParameters
Which bits from grab_flags are used

H

HardwareCompression - Static variable in class com.epiphan.vga2usb.PropertyKey
GET only [boolean]
hashCode() - Method in class com.epiphan.vga2usb.Size
Gets the hash code for this object.
hashCode() - Method in class com.epiphan.vga2usb.VideoMode
Gets the hash code for this object.
hshift - Variable in class com.epiphan.vga2usb.GrabParameters
Horizontal shift.

I

INPUT_ANALOG - Static variable in class com.epiphan.vga2usb.VGA2USB
InputSignalType bit which indicates that analog input signal is detected by the grabber
INPUT_COMPOSITE - Static variable in class com.epiphan.vga2usb.VGA2USB
InputSignalType bit which indicates that composite signal is detected by the grabber
INPUT_DIGITAL - Static variable in class com.epiphan.vga2usb.VGA2USB
InputSignalType bit which indicates that digital input signal is detected by the grabber
INPUT_SOG - Static variable in class com.epiphan.vga2usb.VGA2USB
InputSignalType bit which indicates that SoG input signal is detected by the grabber
INT - Static variable in class com.epiphan.vga2usb.PropertyType
Alias to INT32.
INT16 - Static variable in class com.epiphan.vga2usb.PropertyType
Signed short property.
INT32 - Static variable in class com.epiphan.vga2usb.PropertyType
Signed int property.
INT8 - Static variable in class com.epiphan.vga2usb.PropertyType
Signed byte property.
InputSignalType - Static variable in class com.epiphan.vga2usb.PropertyKey
Type of the input signal.
isKVMCapable() - Method in class com.epiphan.vga2usb.Grabber
Tests whether this grabber is some kind of KVM2USB.

K

KEY_0 - Static variable in class com.epiphan.vga2usb.KVM
0x45 - 0xF0,0x45
KEY_1 - Static variable in class com.epiphan.vga2usb.KVM
0x16 - 0xF0,0x16
KEY_2 - Static variable in class com.epiphan.vga2usb.KVM
0x1E - 0xF0,0x1E
KEY_3 - Static variable in class com.epiphan.vga2usb.KVM
0x26 - 0xF0,0x26
KEY_4 - Static variable in class com.epiphan.vga2usb.KVM
0x25 - 0xF0,0x25
KEY_5 - Static variable in class com.epiphan.vga2usb.KVM
0x2E - 0xF0,0x2E
KEY_6 - Static variable in class com.epiphan.vga2usb.KVM
0x36 - 0xF0,0x36
KEY_7 - Static variable in class com.epiphan.vga2usb.KVM
0x3D - 0xF0,0x3D
KEY_8 - Static variable in class com.epiphan.vga2usb.KVM
0x3E - 0xF0,0x3E
KEY_9 - Static variable in class com.epiphan.vga2usb.KVM
0x46 - 0xF0,0x46
KEY_A - Static variable in class com.epiphan.vga2usb.KVM
0x1C - 0xF0,0x1C
KEY_ADD - Static variable in class com.epiphan.vga2usb.KVM
0x79 - 0xF0,0x79
KEY_ALT - Static variable in class com.epiphan.vga2usb.KVM
0x11 - 0xF0,0x11
KEY_B - Static variable in class com.epiphan.vga2usb.KVM
0x32 - 0xF0,0x32
KEY_BACK_QUOTE - Static variable in class com.epiphan.vga2usb.KVM
0x0E - 0xF0,0x0E
KEY_BACK_SLASH - Static variable in class com.epiphan.vga2usb.KVM
0x5D - 0xF0,0x5D
KEY_BACK_SPACE - Static variable in class com.epiphan.vga2usb.KVM
0x66 - 0xF0,0x66
KEY_C - Static variable in class com.epiphan.vga2usb.KVM
0x21 - 0xF0,0x21
KEY_CAPS_LOCK - Static variable in class com.epiphan.vga2usb.KVM
0x58 - 0xF0,0x58
KEY_CLOSE_BRACKET - Static variable in class com.epiphan.vga2usb.KVM
0x5B - 0xF0,0x5B
KEY_COMMA - Static variable in class com.epiphan.vga2usb.KVM
0x41 - 0xF0,0x41
KEY_CONTROL - Static variable in class com.epiphan.vga2usb.KVM
0x14 - 0xF0,0x14
KEY_D - Static variable in class com.epiphan.vga2usb.KVM
0x23 - 0xF0,0x23
KEY_DECIMAL - Static variable in class com.epiphan.vga2usb.KVM
0x71 - 0xF0,0x71
KEY_DELETE - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x71 - 0xE0,0xF0,0x71
KEY_DIVIDE - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x4A - 0xE0,0xF0,0x4A
KEY_DOWN - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x72 - 0xE0,0xF0,0x72
KEY_E - Static variable in class com.epiphan.vga2usb.KVM
0x24 - 0xF0,0x24
KEY_END - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x69 - 0xE0,0xF0,0x69
KEY_ENTER - Static variable in class com.epiphan.vga2usb.KVM
0x5A - 0xF0,0x5A
KEY_EQUALS - Static variable in class com.epiphan.vga2usb.KVM
0x55 - 0xF0,0x55
KEY_ESCAPE - Static variable in class com.epiphan.vga2usb.KVM
0x76 - 0xF0,0x76
KEY_F - Static variable in class com.epiphan.vga2usb.KVM
0x2B - 0xF0,0x2B
KEY_F1 - Static variable in class com.epiphan.vga2usb.KVM
0x05 - 0xF0,0x05
KEY_F10 - Static variable in class com.epiphan.vga2usb.KVM
0x09 - 0xF0,0x09
KEY_F11 - Static variable in class com.epiphan.vga2usb.KVM
0x78 - 0xF0,0x78
KEY_F12 - Static variable in class com.epiphan.vga2usb.KVM
0x07 - 0xF0,0x07
KEY_F2 - Static variable in class com.epiphan.vga2usb.KVM
0x06 - 0xF0,0x06
KEY_F3 - Static variable in class com.epiphan.vga2usb.KVM
0x04 - 0xF0,0x04
KEY_F4 - Static variable in class com.epiphan.vga2usb.KVM
0x0C - 0xF0,0x0C
KEY_F5 - Static variable in class com.epiphan.vga2usb.KVM
0x03 - 0xF0,0x03
KEY_F6 - Static variable in class com.epiphan.vga2usb.KVM
0x0B - 0xF0,0x0B
KEY_F7 - Static variable in class com.epiphan.vga2usb.KVM
0x83 - 0xF0,0x83
KEY_F8 - Static variable in class com.epiphan.vga2usb.KVM
0x0A - 0xF0,0x0A
KEY_F9 - Static variable in class com.epiphan.vga2usb.KVM
0x01 - 0xF0,0x01
KEY_G - Static variable in class com.epiphan.vga2usb.KVM
0x34 - 0xF0,0x34
KEY_H - Static variable in class com.epiphan.vga2usb.KVM
0x33 - 0xF0,0x33
KEY_HOME - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x6C - 0xE0,0xF0,0x6C
KEY_I - Static variable in class com.epiphan.vga2usb.KVM
0x43 - 0xF0,0x43
KEY_INSERT - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x70 - 0xE0,0xF0,0x70
KEY_J - Static variable in class com.epiphan.vga2usb.KVM
0x3B - 0xF0,0x3B
KEY_K - Static variable in class com.epiphan.vga2usb.KVM
0x42 - 0xF0,0x42
KEY_L - Static variable in class com.epiphan.vga2usb.KVM
0x4B - 0xF0,0x4B
KEY_LEFT - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x6B - 0xE0,0xF0,0x6B
KEY_M - Static variable in class com.epiphan.vga2usb.KVM
0x3A - 0xF0,0x3A
KEY_MINUS - Static variable in class com.epiphan.vga2usb.KVM
0x4E - 0xF0,0x4E
KEY_MULTIPLY - Static variable in class com.epiphan.vga2usb.KVM
0x7C - 0xF0,0x7C
KEY_N - Static variable in class com.epiphan.vga2usb.KVM
0x31 - 0xF0,0x31
KEY_NUMPAD0 - Static variable in class com.epiphan.vga2usb.KVM
0x70 - 0xF0,0x70
KEY_NUMPAD1 - Static variable in class com.epiphan.vga2usb.KVM
0x69 - 0xF0,0x69
KEY_NUMPAD2 - Static variable in class com.epiphan.vga2usb.KVM
0x72 - 0xF0,0x72
KEY_NUMPAD3 - Static variable in class com.epiphan.vga2usb.KVM
0x7A - 0xF0,0x7A
KEY_NUMPAD4 - Static variable in class com.epiphan.vga2usb.KVM
0x6B - 0xF0,0x6B
KEY_NUMPAD5 - Static variable in class com.epiphan.vga2usb.KVM
0x73 - 0xF0,0x73
KEY_NUMPAD6 - Static variable in class com.epiphan.vga2usb.KVM
0x74 - 0xF0,0x74
KEY_NUMPAD7 - Static variable in class com.epiphan.vga2usb.KVM
0x6C - 0xF0,0x6C
KEY_NUMPAD8 - Static variable in class com.epiphan.vga2usb.KVM
0x75 - 0xF0,0x75
KEY_NUMPAD9 - Static variable in class com.epiphan.vga2usb.KVM
0x7D - 0xF0,0x7D
KEY_NUM_LOCK - Static variable in class com.epiphan.vga2usb.KVM
0x77 - 0xF0,0x77
KEY_O - Static variable in class com.epiphan.vga2usb.KVM
0x44 - 0xF0,0x44
KEY_OPEN_BRACKET - Static variable in class com.epiphan.vga2usb.KVM
0x54 - 0xF0,0x54
KEY_P - Static variable in class com.epiphan.vga2usb.KVM
0x4D - 0xF0,0x4D
KEY_PAGE_DOWN - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x7A - 0xE0,0xF0,0x7A
KEY_PAGE_UP - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x7D - 0xE0,0xF0,0x7D
KEY_PERIOD - Static variable in class com.epiphan.vga2usb.KVM
0x49 - 0xF0,0x49
KEY_Q - Static variable in class com.epiphan.vga2usb.KVM
0x15 - 0xF0,0x15
KEY_QUOTE - Static variable in class com.epiphan.vga2usb.KVM
0x52 - 0xF0,0x52
KEY_R - Static variable in class com.epiphan.vga2usb.KVM
0x2D - 0xF0,0x2D
KEY_RIGHT - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x74 - 0xE0,0xF0,0x74
KEY_S - Static variable in class com.epiphan.vga2usb.KVM
0x1B - 0xF0,0x1B
KEY_SEMICOLON - Static variable in class com.epiphan.vga2usb.KVM
0x4C - 0xF0,0x4C
KEY_SHIFT - Static variable in class com.epiphan.vga2usb.KVM
0x12 - 0xF0,0x12
KEY_SLASH - Static variable in class com.epiphan.vga2usb.KVM
0x4A - 0xF0,0x4A
KEY_SPACE - Static variable in class com.epiphan.vga2usb.KVM
0x29 - 0xF0,0x29
KEY_SUBTRACT - Static variable in class com.epiphan.vga2usb.KVM
0x7B - 0xF0,0x7B
KEY_T - Static variable in class com.epiphan.vga2usb.KVM
0x2C - 0xF0,0x2C
KEY_TAB - Static variable in class com.epiphan.vga2usb.KVM
0x0D - 0xF0,0x0D
KEY_U - Static variable in class com.epiphan.vga2usb.KVM
0x3C - 0xF0,0x3C
KEY_UP - Static variable in class com.epiphan.vga2usb.KVM
0xE0,0x75 - 0xE0,0xF0,0x75
KEY_V - Static variable in class com.epiphan.vga2usb.KVM
0x2A - 0xF0,0x2A
KEY_W - Static variable in class com.epiphan.vga2usb.KVM
0x1D - 0xF0,0x1D
KEY_X - Static variable in class com.epiphan.vga2usb.KVM
0x22 - 0xF0,0x22
KEY_Y - Static variable in class com.epiphan.vga2usb.KVM
0x35 - 0xF0,0x35
KEY_Z - Static variable in class com.epiphan.vga2usb.KVM
0x1A - 0xF0,0x1A
KVM - class com.epiphan.vga2usb.KVM.
KVM wrapper for a KVM-enabled grabber.
KVM(Grabber) - Constructor for class com.epiphan.vga2usb.KVM
Creates KVM wrapper for the specified grabber.
KVM.Key - class com.epiphan.vga2usb.KVM.Key.
Standard PS/2 scancode descriptor.
KVM.Key(int, String, int) - Constructor for class com.epiphan.vga2usb.KVM.Key
Creates a standard scancode descriptor.
KVM.Key.E0 - class com.epiphan.vga2usb.KVM.Key.E0.
Extended (E0-based) PS/2 scancode descriptor.
KVM.Key.E0(int, String, int) - Constructor for class com.epiphan.vga2usb.KVM.Key.E0
Creates an extended E0-based scancode descriptor.
KVM2USB - Static variable in class com.epiphan.vga2usb.DeviceType
Old KVM2USB device (discontinued).
KVM2USBLR - Static variable in class com.epiphan.vga2usb.DeviceType
KVM2USB device, revision 2.
KVM2USBLR2 - Static variable in class com.epiphan.vga2usb.DeviceType
KVM2USB device, revision 3.
KVM2USBPro - Static variable in class com.epiphan.vga2usb.DeviceType
KVM2USB Pro device.
KVMCapable - Static variable in class com.epiphan.vga2usb.PropertyKey
GET only [boolean]

L

Lanczos - Static variable in class com.epiphan.vga2usb.ScaleMode
Lanczos algorithm.

N

NearestNeighbor - Static variable in class com.epiphan.vga2usb.ScaleMode
Nearest neighbor algorithm.
None - Static variable in class com.epiphan.vga2usb.ScaleMode
No scaling

O

offset_b - Variable in class com.epiphan.vga2usb.GrabParameters
Offset (brightness) for the blue channel.
offset_g - Variable in class com.epiphan.vga2usb.GrabParameters
Offset (brightness) for the green channel.
offset_r - Variable in class com.epiphan.vga2usb.GrabParameters
Offset (brightness) for the red channel.

P

PixelFormat - class com.epiphan.vga2usb.PixelFormat.
Typesafe enumeration of the pixel formats supported by Epiphan frame grabbers.
Point - Static variable in class com.epiphan.vga2usb.ScaleMode
Yet another nearest neighbor algorithm.
ProductName - Static variable in class com.epiphan.vga2usb.PropertyKey
GET only [string]
PropertyKey - class com.epiphan.vga2usb.PropertyKey.
Typesafe enumeration of property keys.
PropertyType - class com.epiphan.vga2usb.PropertyType.
Typesafe enumeration of the property types.
phase - Variable in class com.epiphan.vga2usb.GrabParameters
Pixel sampling phase.
pllshift - Variable in class com.epiphan.vga2usb.GrabParameters
PLL adjustment.

R

RECT - Static variable in class com.epiphan.vga2usb.PropertyType
Rectangle property.
RGB16 - Static variable in class com.epiphan.vga2usb.PixelFormat
16 bits per pixel RGB format.
RGB24 - Static variable in class com.epiphan.vga2usb.PixelFormat
24 bits per pixel RGB format.
RGB4 - Static variable in class com.epiphan.vga2usb.PixelFormat
4 bits per pixel (2 pixels per byte) indexed RGB format.
RGB8 - Static variable in class com.epiphan.vga2usb.PixelFormat
8 bits per pixel indexed RGB format.
RawFrame - class com.epiphan.vga2usb.RawFrame.
A single grabbed frame in arbitrary format supported by VGA2USB hardware.
reset() - Method in class com.epiphan.vga2usb.KVM
Generates mouse and keyboard reset sequence.
resetKeyboard() - Method in class com.epiphan.vga2usb.KVM
Generates keyboard reset sequence.
resetMouse() - Method in class com.epiphan.vga2usb.KVM
Generates mouse reset sequence.

S

SIZE - Static variable in class com.epiphan.vga2usb.PropertyType
Size property.
STRING - Static variable in class com.epiphan.vga2usb.PropertyType
String property.
ScaleMode - class com.epiphan.vga2usb.ScaleMode.
Typesafe enumeration of scaling algorithms supported by the driver.
SerialNumber - Static variable in class com.epiphan.vga2usb.PropertyKey
GET only [string]
Sinc - Static variable in class com.epiphan.vga2usb.ScaleMode
Sinc algorithm.
Size - class com.epiphan.vga2usb.Size.
Image dimensions.
Size(int, int) - Constructor for class com.epiphan.vga2usb.Size
Creates a Size object.
Spline - Static variable in class com.epiphan.vga2usb.ScaleMode
Natural bicubic spline algorithm.
sendKeyEvent(KVM.Key, boolean) - Method in class com.epiphan.vga2usb.KVM
Generates a single keyboard event.
sendKeyEvent(int, boolean) - Method in class com.epiphan.vga2usb.KVM
Generates a single keyboard event.
sendMouseEvent(int, int, boolean, boolean) - Method in class com.epiphan.vga2usb.KVM
Generates a single mouse event.
setEnumProperty(PropertyKey, Enum.Int) - Method in class com.epiphan.vga2usb.Grabber
Sets the value of the specified enum property.
setGrabParameters(GrabParameters) - Method in class com.epiphan.vga2usb.Grabber
Sets VGA capture parameters.
setIntProperty(PropertyKey, int) - Method in class com.epiphan.vga2usb.Grabber
Sets the value of the specified integer property.
setSizeProperty(PropertyKey, Size) - Method in class com.epiphan.vga2usb.Grabber
Sets the value of the specified enum property.
setStringProperty(PropertyKey, String) - Method in class com.epiphan.vga2usb.Grabber
Sets the value of the specified string property.
start() - Method in class com.epiphan.vga2usb.Grabber
Prepares frame grabber for capture with maximum possible frame rate.
stop() - Method in class com.epiphan.vga2usb.Grabber
Signals the driver that maximum possible frame rate is no longer required.

T

toString() - Method in class com.epiphan.vga2usb.Grabber
Returns a string representation of this object.
toString() - Method in class com.epiphan.vga2usb.Size
Returns a string representation of this object.
toString() - Method in class com.epiphan.vga2usb.VideoMode
Returns a string representation of this object.

U

UNKNOWN - Static variable in class com.epiphan.vga2usb.DeviceType
Placeholder for any unknown device type.
UYVY - Static variable in class com.epiphan.vga2usb.PixelFormat
16 bits per pixel packed YUV format.

V

VALID_GRABFLAGS - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that grab_flags and grab_flags_mask are used
VALID_HSHIFT - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that hshift field is used
VALID_OFFSETGAIN - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that all gain_{rgb} and offset_{rgb} fields are used
VALID_PHASE - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that phase field is used
VALID_PLLSHIFT - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that pllshift field is used
VALID_VSHIFT - Static variable in class com.epiphan.vga2usb.GrabParameters
Indicates that vshift field is used
VERSION - Static variable in class com.epiphan.vga2usb.PropertyType
Version property.
VGA2PCI - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2PCIe frame grabber.
VGA2USB - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB frame grabber.
VGA2USB - class com.epiphan.vga2usb.VGA2USB.
VGA2USB constants.
VGA2USBHR - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB HR frame grabber.
VGA2USBHR2 - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB HR frame grabber, revision 2.
VGA2USBLR - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB LR frame grabber.
VGA2USBLR2 - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB LR frame grabber, revision 2.
VGA2USBPro - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB Pro frame grabber.
VGA2USBPro2 - Static variable in class com.epiphan.vga2usb.DeviceType
VGA2USB Pro frame grabber, revision 2.
VGA_MODE - Static variable in class com.epiphan.vga2usb.PropertyType
VGA mode property.
VideoMode - class com.epiphan.vga2usb.VideoMode.
Video mode descriptor.
vshift - Variable in class com.epiphan.vga2usb.GrabParameters
Vertical shift.

W

WeightedAverage - Static variable in class com.epiphan.vga2usb.ScaleMode
Weighted average algorithm.

Y

YUYV - Static variable in class com.epiphan.vga2usb.PixelFormat
16 bits per pixel packed YUV format.

A B C D E F G H I K L N O P R S T U V W Y

Copyright © 2008-2012 Epiphan Systems Inc. All rights reserved.